﻿2026-06-04T07:59:30.2623955Z Current runner version: '2.334.0'
2026-06-04T07:59:30.2633564Z Runner name: 'gravity'
2026-06-04T07:59:30.2634616Z Runner group name: 'Default'
2026-06-04T07:59:30.2636021Z Machine name: 'gravity-linux'
2026-06-04T07:59:30.2639924Z ##[group]GITHUB_TOKEN Permissions
2026-06-04T07:59:30.2643731Z Contents: read
2026-06-04T07:59:30.2644635Z Metadata: read
2026-06-04T07:59:30.2645425Z Packages: read
2026-06-04T07:59:30.2646141Z ##[endgroup]
2026-06-04T07:59:30.2650021Z Secret source: Actions
2026-06-04T07:59:30.2651038Z Prepare workflow directory
2026-06-04T07:59:30.3416729Z Prepare all required actions
2026-06-04T07:59:30.3476165Z Getting action download info
2026-06-04T07:59:30.8998840Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-04T07:59:31.7903737Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-04T07:59:31.9263395Z ##[group]Run actions/checkout@v5
2026-06-04T07:59:31.9265112Z with:
2026-06-04T07:59:31.9265950Z   repository: SaberMage/spt-core
2026-06-04T07:59:31.9273516Z   token: ***
2026-06-04T07:59:31.9274324Z   ssh-strict: true
2026-06-04T07:59:31.9275122Z   ssh-user: git
2026-06-04T07:59:31.9275927Z   persist-credentials: true
2026-06-04T07:59:31.9276807Z   clean: true
2026-06-04T07:59:31.9277615Z   sparse-checkout-cone-mode: true
2026-06-04T07:59:31.9278576Z   fetch-depth: 1
2026-06-04T07:59:31.9279416Z   fetch-tags: false
2026-06-04T07:59:31.9280410Z   show-progress: true
2026-06-04T07:59:31.9281407Z   lfs: false
2026-06-04T07:59:31.9282190Z   submodules: false
2026-06-04T07:59:31.9283031Z   set-safe-directory: true
2026-06-04T07:59:31.9284586Z ##[endgroup]
2026-06-04T07:59:32.0873017Z Syncing repository: SaberMage/spt-core
2026-06-04T07:59:32.0876802Z ##[group]Getting Git version info
2026-06-04T07:59:32.0878443Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T07:59:32.0880877Z [command]/usr/bin/git version
2026-06-04T07:59:32.0882140Z git version 2.34.1
2026-06-04T07:59:32.0885813Z ##[endgroup]
2026-06-04T07:59:32.0896066Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/6d35db46-bd33-4ec7-ac9f-34dc26d94c89/.gitconfig'
2026-06-04T07:59:32.0912392Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/6d35db46-bd33-4ec7-ac9f-34dc26d94c89' before making global git config changes
2026-06-04T07:59:32.0915005Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T07:59:32.0919367Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T07:59:32.0973737Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T07:59:32.1015479Z https://github.com/SaberMage/spt-core
2026-06-04T07:59:32.1024505Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T07:59:32.1031308Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T07:59:32.1061130Z refs/heads/dev-freeform
2026-06-04T07:59:32.1074426Z [command]/usr/bin/git checkout --detach
2026-06-04T07:59:32.1133488Z HEAD is now at 6fac539 feat(proto,live): M4-D7.5-1 event-type taxonomy + Psyche intent parser (ADR-0012)
2026-06-04T07:59:32.1196071Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T07:59:32.1236701Z Deleted branch dev-freeform (was 6fac539).
2026-06-04T07:59:32.1284753Z ##[endgroup]
2026-06-04T07:59:32.1288345Z [command]/usr/bin/git submodule status
2026-06-04T07:59:32.1534472Z ##[group]Cleaning the repository
2026-06-04T07:59:32.1535659Z [command]/usr/bin/git clean -ffdx
2026-06-04T07:59:32.1568314Z Removing traceable-reqs
2026-06-04T07:59:32.1581001Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T07:59:32.1638678Z HEAD is now at 6fac539 feat(proto,live): M4-D7.5-1 event-type taxonomy + Psyche intent parser (ADR-0012)
2026-06-04T07:59:32.1644645Z ##[endgroup]
2026-06-04T07:59:32.1647386Z ##[group]Disabling automatic garbage collection
2026-06-04T07:59:32.1751018Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T07:59:32.1756327Z ##[endgroup]
2026-06-04T07:59:32.1757730Z ##[group]Setting up auth
2026-06-04T07:59:32.1759100Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T07:59:32.1763079Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T07:59:32.1993106Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T07:59:32.2032502Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T07:59:32.2310282Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T07:59:32.2350218Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T07:59:32.2594674Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T07:59:32.2658683Z ##[endgroup]
2026-06-04T07:59:32.2661041Z ##[group]Fetching the repository
2026-06-04T07:59:32.2671966Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6fac5390690ed9c6ed759cca15e289d854009783:refs/remotes/origin/dev-freeform
2026-06-04T07:59:33.0007337Z ##[endgroup]
2026-06-04T07:59:33.0008528Z ##[group]Determining the checkout info
2026-06-04T07:59:33.0010336Z ##[endgroup]
2026-06-04T07:59:33.0017510Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T07:59:33.0076449Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T07:59:33.0112240Z ##[group]Checking out the ref
2026-06-04T07:59:33.0117454Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T07:59:33.0173089Z Switched to a new branch 'dev-freeform'
2026-06-04T07:59:33.0174762Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T07:59:33.0182617Z ##[endgroup]
2026-06-04T07:59:33.0229694Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T07:59:33.0263982Z 6fac5390690ed9c6ed759cca15e289d854009783
2026-06-04T07:59:33.0570060Z ##[group]Run cargo build --workspace --all-targets
2026-06-04T07:59:33.0571205Z [36;1mcargo build --workspace --all-targets[0m
2026-06-04T07:59:33.0596954Z shell: /usr/bin/bash -e {0}
2026-06-04T07:59:33.0597688Z ##[endgroup]
2026-06-04T07:59:33.5957433Z    Compiling proc-macro2 v1.0.106
2026-06-04T07:59:33.5960160Z    Compiling quote v1.0.45
2026-06-04T07:59:33.6004999Z    Compiling unicode-ident v1.0.24
2026-06-04T07:59:33.6012340Z    Compiling libc v0.2.186
2026-06-04T07:59:33.6887224Z    Compiling serde_core v1.0.228
2026-06-04T07:59:33.8238042Z    Compiling cfg-if v1.0.4
2026-06-04T07:59:33.8637824Z    Compiling serde v1.0.228
2026-06-04T07:59:34.1576375Z    Compiling typenum v1.20.1
2026-06-04T07:59:35.7033671Z    Compiling portable-atomic v1.13.1
2026-06-04T07:59:35.8184475Z    Compiling syn v2.0.117
2026-06-04T07:59:36.1971358Z    Compiling version_check v0.9.5
2026-06-04T07:59:36.4020936Z    Compiling memchr v2.8.1
2026-06-04T07:59:36.5946275Z    Compiling critical-section v1.2.0
2026-06-04T07:59:36.6641183Z    Compiling subtle v2.6.1
2026-06-04T07:59:36.8450917Z    Compiling generic-array v0.14.7
2026-06-04T07:59:36.9735921Z    Compiling semver v1.0.28
2026-06-04T07:59:37.3961016Z    Compiling rustc_version v0.4.1
2026-06-04T07:59:37.7844275Z    Compiling shlex v2.0.1
2026-06-04T07:59:37.9876934Z    Compiling find-msvc-tools v0.1.9
2026-06-04T07:59:38.2740711Z    Compiling smallvec v1.15.1
2026-06-04T07:59:38.5237659Z    Compiling cc v1.2.63
2026-06-04T07:59:38.5321065Z    Compiling equivalent v1.0.2
2026-06-04T07:59:38.5410455Z    Compiling itoa v1.0.18
2026-06-04T07:59:38.5930717Z    Compiling crypto-common v0.1.7
2026-06-04T07:59:38.6830579Z    Compiling pin-project-lite v0.2.17
2026-06-04T07:59:38.7351871Z    Compiling getrandom v0.2.17
2026-06-04T07:59:38.7420937Z    Compiling cpufeatures v0.2.17
2026-06-04T07:59:38.7840559Z    Compiling log v0.4.30
2026-06-04T07:59:38.9184121Z    Compiling hashbrown v0.17.1
2026-06-04T07:59:39.0078686Z    Compiling bytes v1.11.1
2026-06-04T07:59:39.8724502Z    Compiling indexmap v2.14.0
2026-06-04T07:59:40.0070686Z    Compiling futures-core v0.3.32
2026-06-04T07:59:40.1330308Z    Compiling rand_core v0.10.1
2026-06-04T07:59:40.2860697Z    Compiling bitflags v2.11.1
2026-06-04T07:59:40.5529341Z    Compiling socket2 v0.6.4
2026-06-04T07:59:40.8210909Z    Compiling getrandom v0.4.2
2026-06-04T07:59:41.0119079Z    Compiling mio v1.2.1
2026-06-04T07:59:41.0650576Z    Compiling stable_deref_trait v1.2.1
2026-06-04T07:59:41.2835504Z    Compiling block-buffer v0.10.4
2026-06-04T07:59:41.3700610Z    Compiling futures-io v0.3.32
2026-06-04T07:59:41.4120771Z    Compiling futures-sink v0.3.32
2026-06-04T07:59:41.4950997Z    Compiling slab v0.4.12
2026-06-04T07:59:41.5220399Z    Compiling futures-channel v0.3.32
2026-06-04T07:59:41.6860333Z    Compiling digest v0.10.7
2026-06-04T07:59:41.7288494Z    Compiling futures-task v0.3.32
2026-06-04T07:59:41.8200612Z    Compiling curve25519-dalek v4.1.3
2026-06-04T07:59:41.8990432Z    Compiling zerocopy v0.8.50
2026-06-04T07:59:41.9670553Z    Compiling rand_core v0.6.4
2026-06-04T07:59:42.0370689Z    Compiling synstructure v0.13.2
2026-06-04T07:59:42.1500564Z    Compiling ahash v0.8.12
2026-06-04T07:59:42.2859231Z    Compiling fnv v1.0.7
2026-06-04T07:59:42.3357596Z    Compiling sha2 v0.10.9
2026-06-04T07:59:42.8230603Z    Compiling autocfg v1.5.1
2026-06-04T07:59:42.9190488Z    Compiling signature v2.2.0
2026-06-04T07:59:43.0220664Z    Compiling pkg-config v0.3.33
2026-06-04T07:59:43.3619883Z    Compiling vcpkg v0.2.15
2026-06-04T07:59:43.7794063Z    Compiling ed25519 v2.2.3
2026-06-04T07:59:43.9530443Z    Compiling fastrand v2.4.1
2026-06-04T07:59:44.2133362Z    Compiling cfg_aliases v0.2.1
2026-06-04T07:59:44.2540500Z    Compiling zmij v1.0.21
2026-06-04T07:59:44.3890488Z    Compiling libsqlite3-sys v0.30.1
2026-06-04T07:59:44.5070654Z    Compiling serde_json v1.0.150
2026-06-04T07:59:44.6270562Z    Compiling writeable v0.6.3
2026-06-04T07:59:44.7710301Z    Compiling serde_derive v1.0.228
2026-06-04T07:59:44.8671478Z    Compiling zeroize_derive v1.4.3
2026-06-04T07:59:45.5096214Z    Compiling zeroize v1.8.2
2026-06-04T07:59:45.6850564Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-04T07:59:46.3607486Z    Compiling tokio-macros v2.7.0
2026-06-04T07:59:47.1498273Z    Compiling tokio v1.52.3
2026-06-04T07:59:48.4943401Z    Compiling futures-macro v0.3.32
2026-06-04T07:59:49.4888729Z    Compiling zerofrom-derive v0.1.7
2026-06-04T07:59:51.2860906Z    Compiling zerofrom v0.1.8
2026-06-04T07:59:51.4030614Z    Compiling futures-util v0.3.32
2026-06-04T07:59:51.5886347Z    Compiling once_cell v1.21.4
2026-06-04T07:59:51.8364130Z    Compiling yoke-derive v0.8.2
2026-06-04T07:59:53.3470514Z    Compiling yoke v0.8.2
2026-06-04T07:59:53.5670619Z    Compiling zerovec-derive v0.11.3
2026-06-04T07:59:55.1464963Z    Compiling zerovec v0.11.6
2026-06-04T07:59:56.0540583Z    Compiling displaydoc v0.2.6
2026-06-04T07:59:56.4307699Z    Compiling hashbrown v0.14.5
2026-06-04T07:59:56.8850360Z    Compiling tracing-core v0.1.36
2026-06-04T07:59:56.9530353Z    Compiling tinystr v0.8.3
2026-06-04T07:59:57.1819706Z    Compiling tracing-attributes v0.1.31
2026-06-04T07:59:57.3775107Z    Compiling rustversion v1.0.22
2026-06-04T07:59:57.6890031Z    Compiling ed25519-dalek v2.2.0
2026-06-04T07:59:57.7120761Z    Compiling litemap v0.8.2
2026-06-04T07:59:57.9643505Z    Compiling icu_locale_core v2.2.0
2026-06-04T07:59:58.0326745Z    Compiling hashlink v0.9.1
2026-06-04T07:59:58.0885504Z    Compiling zerotrie v0.2.4
2026-06-04T07:59:58.5399366Z    Compiling potential_utf v0.1.5
2026-06-04T07:59:58.8070528Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-04T07:59:58.9480662Z    Compiling fallible-iterator v0.3.0
2026-06-04T07:59:59.0560523Z    Compiling tracing v0.1.44
2026-06-04T07:59:59.0839394Z    Compiling icu_normalizer_data v2.2.0
2026-06-04T07:59:59.2216996Z    Compiling icu_properties_data v2.2.0
2026-06-04T07:59:59.3340795Z    Compiling utf8_iter v1.0.4
2026-06-04T07:59:59.3920349Z    Compiling icu_provider v2.2.0
2026-06-04T07:59:59.4595083Z    Compiling icu_collections v2.2.0
2026-06-04T07:59:59.4900510Z    Compiling rusqlite v0.32.1
2026-06-04T08:00:00.1841428Z    Compiling spt-proto v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-04T08:00:00.5539121Z    Compiling tokio-util v0.7.18
2026-06-04T08:00:01.4020642Z    Compiling anyhow v1.0.102
2026-06-04T08:00:01.6086279Z    Compiling percent-encoding v2.3.2
2026-06-04T08:00:01.7840559Z    Compiling icu_properties v2.2.0
2026-06-04T08:00:01.8490567Z    Compiling icu_normalizer v2.2.0
2026-06-04T08:00:02.1815521Z    Compiling spt-store v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-04T08:00:02.2575732Z    Compiling ring v0.17.14
2026-06-04T08:00:02.6810585Z    Compiling http v1.4.1
2026-06-04T08:00:02.8340510Z    Compiling thiserror v2.0.18
2026-06-04T08:00:03.1440707Z    Compiling cpufeatures v0.3.0
2026-06-04T08:00:03.1900516Z    Compiling strsim v0.11.1
2026-06-04T08:00:04.0240789Z    Compiling idna_adapter v1.2.2
2026-06-04T08:00:04.1310620Z    Compiling rustls-pki-types v1.14.1
2026-06-04T08:00:04.3150285Z    Compiling thiserror-impl v2.0.18
2026-06-04T08:00:04.8107673Z    Compiling spt-msg v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-04T08:00:05.3902861Z    Compiling idna v1.1.0
2026-06-04T08:00:06.1746613Z    Compiling chacha20 v0.10.0
2026-06-04T08:00:06.3210344Z    Compiling form_urlencoded v1.2.2
2026-06-04T08:00:06.3926689Z    Compiling ipnet v2.12.0
2026-06-04T08:00:06.4800988Z    Compiling ident_case v1.0.1
2026-06-04T08:00:06.4814923Z    Compiling untrusted v0.9.0
2026-06-04T08:00:06.5733621Z    Compiling darling_core v0.20.11
2026-06-04T08:00:06.8820438Z    Compiling url v2.5.8
2026-06-04T08:00:07.1260614Z    Compiling rand v0.10.1
2026-06-04T08:00:08.1890658Z    Compiling rustls v0.23.40
2026-06-04T08:00:08.1980308Z    Compiling unicode-segmentation v1.13.3
2026-06-04T08:00:08.2870462Z    Compiling scopeguard v1.2.0
2026-06-04T08:00:08.3471146Z    Compiling lock_api v0.4.14
2026-06-04T08:00:08.6741788Z    Compiling atomic-waker v1.1.2
2026-06-04T08:00:08.7600531Z    Compiling convert_case v0.10.0
2026-06-04T08:00:08.8320514Z    Compiling rustls-webpki v0.103.13
2026-06-04T08:00:09.1269558Z    Compiling unicode-xid v0.2.6
2026-06-04T08:00:09.2090602Z    Compiling const-oid v0.10.2
2026-06-04T08:00:09.4410659Z    Compiling derive_more-impl v2.1.1
2026-06-04T08:00:10.2997637Z    Compiling rustix v1.1.4
2026-06-04T08:00:10.6100190Z    Compiling httparse v1.10.1
2026-06-04T08:00:10.8260558Z    Compiling darling_macro v0.20.11
2026-06-04T08:00:11.0468088Z    Compiling h2 v0.4.14
2026-06-04T08:00:11.1479044Z    Compiling darling v0.20.11
2026-06-04T08:00:11.1965774Z    Compiling derive_builder_core v0.20.2
2026-06-04T08:00:12.7084675Z    Compiling http-body v1.0.1
2026-06-04T08:00:12.8470662Z    Compiling hybrid-array v0.4.12
2026-06-04T08:00:13.8120521Z    Compiling linux-raw-sys v0.12.1
2026-06-04T08:00:14.3710737Z    Compiling paste v1.0.15
2026-06-04T08:00:14.5749751Z    Compiling powerfmt v0.2.0
2026-06-04T08:00:14.7970588Z    Compiling base64ct v1.8.3
2026-06-04T08:00:15.0840233Z    Compiling derive_more v2.1.1
2026-06-04T08:00:15.1877231Z    Compiling heck v0.5.0
2026-06-04T08:00:15.2520371Z    Compiling pem-rfc7468 v1.0.0
2026-06-04T08:00:15.4711394Z    Compiling deranged v0.5.8
2026-06-04T08:00:17.4200687Z    Compiling derive_builder_macro v0.20.2
2026-06-04T08:00:18.0770402Z    Compiling spez v0.1.2
2026-06-04T08:00:18.4235497Z    Compiling n0-error-macros v0.1.3
2026-06-04T08:00:18.6150290Z    Compiling memoffset v0.6.5
2026-06-04T08:00:18.7254609Z    Compiling num-traits v0.2.19
2026-06-04T08:00:18.8401141Z    Compiling base64 v0.22.1
2026-06-04T08:00:18.9517194Z    Compiling parking_lot_core v0.9.12
2026-06-04T08:00:19.0470519Z    Compiling data-encoding v2.11.0
2026-06-04T08:00:19.1328840Z    Compiling try-lock v0.2.5
2026-06-04T08:00:19.2020726Z    Compiling time-core v0.1.8
2026-06-04T08:00:19.2831643Z    Compiling tinyvec_macros v0.1.1
2026-06-04T08:00:19.3220703Z    Compiling thiserror v1.0.69
2026-06-04T08:00:19.3682888Z    Compiling num-conv v0.2.2
2026-06-04T08:00:19.5616105Z    Compiling tower-service v0.3.3
2026-06-04T08:00:19.5988000Z    Compiling n0-error v0.1.3
2026-06-04T08:00:19.6251041Z    Compiling tinyvec v1.11.0
2026-06-04T08:00:19.6360821Z    Compiling want v0.3.1
2026-06-04T08:00:19.9524147Z    Compiling tempfile v3.27.0
2026-06-04T08:00:19.9573065Z    Compiling derive_builder v0.20.2
2026-06-04T08:00:20.1320641Z    Compiling der v0.8.0-rc.10
2026-06-04T08:00:20.2550523Z    Compiling block-buffer v0.12.0
2026-06-04T08:00:20.4140583Z    Compiling crypto-common v0.2.2
2026-06-04T08:00:20.5020662Z    Compiling vergen-lib v9.1.0
2026-06-04T08:00:20.6167442Z    Compiling pin-project-internal v1.1.13
2026-06-04T08:00:20.6190871Z    Compiling thiserror-impl v1.0.69
2026-06-04T08:00:22.1778168Z    Compiling n0-future v0.3.2
2026-06-04T08:00:22.1800623Z    Compiling inout v0.1.4
2026-06-04T08:00:22.2830700Z    Compiling ioctl-rs v0.1.6
2026-06-04T08:00:22.2937505Z    Compiling termios v0.2.2
2026-06-04T08:00:22.3610559Z    Compiling serial-core v0.4.0
2026-06-04T08:00:22.3680719Z    Compiling winnow v1.0.3
2026-06-04T08:00:22.3920745Z    Compiling cordyceps v0.3.4
2026-06-04T08:00:22.4130457Z    Compiling crossbeam-utils v0.8.21
2026-06-04T08:00:22.5190486Z    Compiling diatomic-waker v0.2.3
2026-06-04T08:00:22.6520605Z    Compiling spin v0.10.0
2026-06-04T08:00:22.7400670Z    Compiling httpdate v1.0.3
2026-06-04T08:00:22.8000529Z    Compiling parking v2.2.1
2026-06-04T08:00:22.9370685Z    Compiling hyper v1.10.1
2026-06-04T08:00:22.9917735Z    Compiling futures-lite v2.6.1
2026-06-04T08:00:23.0450664Z    Compiling futures-buffered v0.2.13
2026-06-04T08:00:23.5067702Z    Compiling serial-unix v0.4.0
2026-06-04T08:00:23.7716871Z    Compiling cipher v0.4.4
2026-06-04T08:00:24.0570937Z    Compiling pin-project v1.1.13
2026-06-04T08:00:24.1110558Z    Compiling spki v0.8.0-rc.4
2026-06-04T08:00:24.2680630Z    Compiling digest v0.11.3
2026-06-04T08:00:24.3281406Z    Compiling netlink-packet-core v0.8.1
2026-06-04T08:00:24.4437423Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-04T08:00:25.1076306Z    Compiling tokio-rustls v0.26.4
2026-06-04T08:00:25.4830480Z    Compiling vergen-lib v0.1.6
2026-06-04T08:00:25.4880458Z    Compiling vergen v9.1.0
2026-06-04T08:00:25.5991230Z    Compiling noq-udp v0.10.0
2026-06-04T08:00:25.6048230Z    Compiling sync_wrapper v1.0.2
2026-06-04T08:00:25.6756988Z    Compiling universal-hash v0.5.1
2026-06-04T08:00:25.7271465Z    Compiling heapless v0.7.17
2026-06-04T08:00:25.7780691Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-04T08:00:25.8630474Z    Compiling aho-corasick v1.1.4
2026-06-04T08:00:25.9010859Z    Compiling byteorder v1.5.0
2026-06-04T08:00:25.9380034Z    Compiling pin-utils v0.1.0
2026-06-04T08:00:25.9460460Z    Compiling bitflags v1.3.2
2026-06-04T08:00:25.9767161Z    Compiling regex-syntax v0.8.10
2026-06-04T08:00:25.9881450Z    Compiling opaque-debug v0.3.1
2026-06-04T08:00:26.0250515Z    Compiling either v1.16.0
2026-06-04T08:00:26.1220170Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-04T08:00:26.3150893Z    Compiling prefix-trie v0.8.4
2026-06-04T08:00:26.4390761Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T08:00:27.2975576Z    Compiling hash32 v0.2.1
2026-06-04T08:00:27.4891860Z    Compiling polyval v0.6.2
2026-06-04T08:00:27.7270786Z    Compiling nix v0.25.1
2026-06-04T08:00:28.2700408Z    Compiling hyper-util v0.1.20
2026-06-04T08:00:28.8670330Z    Compiling regex-automata v0.4.14
2026-06-04T08:00:30.0629980Z    Compiling parking_lot v0.12.5
2026-06-04T08:00:31.0501354Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-04T08:00:31.2329152Z    Compiling filedescriptor v0.8.3
2026-06-04T08:00:31.2547696Z    Compiling serial v0.4.0
2026-06-04T08:00:32.0580897Z    Compiling spin v0.9.8
2026-06-04T08:00:32.2970593Z    Compiling vergen-gitcl v1.0.8
2026-06-04T08:00:32.4027172Z    Compiling futures-executor v0.3.32
2026-06-04T08:00:32.6840856Z    Compiling serde_spanned v0.6.9
2026-06-04T08:00:32.7950493Z    Compiling toml_datetime v0.6.11
2026-06-04T08:00:32.9810982Z    Compiling toml_write v0.1.2
2026-06-04T08:00:33.1190439Z    Compiling downcast-rs v1.2.1
2026-06-04T08:00:33.1980855Z    Compiling num_threads v0.1.7
2026-06-04T08:00:33.3114993Z    Compiling shell-words v1.1.1
2026-06-04T08:00:33.4486573Z    Compiling signature v3.0.0
2026-06-04T08:00:33.4816065Z    Compiling winnow v0.7.15
2026-06-04T08:00:33.5574944Z    Compiling tower-layer v0.3.3
2026-06-04T08:00:33.7430539Z    Compiling ed25519 v3.0.0-rc.4
2026-06-04T08:00:34.1630686Z    Compiling portable-pty v0.8.1
2026-06-04T08:00:34.2420611Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-04T08:00:34.2931765Z    Compiling time v0.3.47
2026-06-04T08:00:34.6970511Z    Compiling futures v0.3.32
2026-06-04T08:00:34.7640564Z    Compiling regex v1.12.3
2026-06-04T08:00:36.4380656Z    Compiling toml_edit v0.22.27
2026-06-04T08:00:36.5960768Z    Compiling ghash v0.5.1
2026-06-04T08:00:36.6860642Z    Compiling proc-macro-crate v3.5.0
2026-06-04T08:00:37.3718704Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-04T08:00:37.4337444Z    Compiling sha2 v0.11.0-rc.5
2026-06-04T08:00:38.3240648Z    Compiling aes v0.8.4
2026-06-04T08:00:38.8610624Z    Compiling ctr v0.9.2
2026-06-04T08:00:39.0580366Z    Compiling http-body-util v0.1.3
2026-06-04T08:00:39.1819418Z    Compiling cobs v0.3.0
2026-06-04T08:00:39.3670331Z    Compiling netlink-sys v0.8.8
2026-06-04T08:00:39.4030097Z    Compiling postcard-derive v0.2.2
2026-06-04T08:00:39.6640557Z    Compiling aead v0.5.2
2026-06-04T08:00:39.7730721Z    Compiling openssl-probe v0.2.1
2026-06-04T08:00:39.9311542Z    Compiling rustls-native-certs v0.8.4
2026-06-04T08:00:40.0080715Z    Compiling postcard v1.1.3
2026-06-04T08:00:40.2690665Z    Compiling toml v0.8.23
2026-06-04T08:00:40.5621829Z    Compiling aes-gcm v0.10.3
2026-06-04T08:00:40.7290573Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-04T08:00:41.1265553Z    Compiling num_enum_derive v0.7.6
2026-06-04T08:00:41.9500562Z    Compiling data-encoding-macro v0.1.20
2026-06-04T08:00:41.9951142Z    Compiling tower v0.5.3
2026-06-04T08:00:42.1261769Z    Compiling crossbeam-channel v0.5.15
2026-06-04T08:00:42.3800608Z    Compiling crossbeam-epoch v0.9.18
2026-06-04T08:00:42.4429451Z    Compiling netlink-packet-route v0.29.0
2026-06-04T08:00:42.7768098Z    Compiling iroh-metrics-derive v0.4.1
2026-06-04T08:00:42.8304299Z    Compiling strum_macros v0.28.0
2026-06-04T08:00:42.8820328Z    Compiling async-trait v0.1.89
2026-06-04T08:00:43.2440628Z    Compiling enum-assoc v1.3.0
2026-06-04T08:00:44.1570501Z    Compiling noq v0.18.0
2026-06-04T08:00:44.2150685Z    Compiling netwatch v0.16.0
2026-06-04T08:00:44.3526736Z    Compiling uuid v1.23.2
2026-06-04T08:00:44.4160451Z    Compiling blake3 v1.8.5
2026-06-04T08:00:44.7150724Z    Compiling acto v0.8.2
2026-06-04T08:00:44.8471005Z    Compiling foldhash v0.2.0
2026-06-04T08:00:44.9041858Z    Compiling xml-rs v0.8.28
2026-06-04T08:00:45.0160650Z    Compiling allocator-api2 v0.2.21
2026-06-04T08:00:45.5450825Z    Compiling rustc-hash v2.1.2
2026-06-04T08:00:45.6430331Z    Compiling mac-addr v0.3.0
2026-06-04T08:00:45.8340758Z    Compiling ryu v1.0.23
2026-06-04T08:00:46.0320617Z    Compiling sorted-index-buffer v0.2.1
2026-06-04T08:00:46.1239126Z    Compiling identity-hash v0.1.0
2026-06-04T08:00:46.1864350Z    Compiling lru-slab v0.1.2
2026-06-04T08:00:46.2085006Z    Compiling tagptr v0.2.0
2026-06-04T08:00:46.3045841Z    Compiling noq-proto v0.17.0
2026-06-04T08:00:46.3600629Z    Compiling moka v0.12.15
2026-06-04T08:00:46.4290572Z    Compiling strum v0.28.0
2026-06-04T08:00:46.5120628Z    Compiling iroh-metrics v0.38.3
2026-06-04T08:00:47.7300632Z    Compiling xmltree v0.10.3
2026-06-04T08:00:47.8110639Z    Compiling hashbrown v0.16.1
2026-06-04T08:00:48.2670692Z    Compiling hickory-net v0.26.0-beta.4
2026-06-04T08:00:48.8501664Z    Compiling tower-http v0.6.11
2026-06-04T08:00:49.3944331Z    Compiling num_enum v0.7.6
2026-06-04T08:00:49.4750527Z    Compiling iroh-relay v0.98.0
2026-06-04T08:00:49.7234210Z    Compiling iroh-base v0.98.0
2026-06-04T08:00:50.4960837Z    Compiling netdev v0.42.0
2026-06-04T08:00:51.1890537Z    Compiling rustls-platform-verifier v0.7.0
2026-06-04T08:00:51.4040441Z    Compiling netlink-proto v0.12.0
2026-06-04T08:00:51.7091567Z    Compiling spt-term v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-04T08:00:51.7338487Z    Compiling n0-watcher v0.6.1
2026-06-04T08:00:52.0031134Z    Compiling hyper-rustls v0.27.9
2026-06-04T08:00:52.2954085Z    Compiling netlink-packet-route v0.30.0
2026-06-04T08:00:53.3100640Z    Compiling attohttpc v0.30.1
2026-06-04T08:00:53.8990338Z    Compiling tokio-stream v0.1.18
2026-06-04T08:00:54.6200423Z    Compiling simple-dns v0.9.3
2026-06-04T08:00:54.7011360Z    Compiling resolv-conf v0.7.6
2026-06-04T08:00:55.1338252Z    Compiling simdutf8 v0.1.5
2026-06-04T08:00:55.4460781Z    Compiling arrayvec v0.7.6
2026-06-04T08:00:55.7140982Z    Compiling sha1_smol v1.0.1
2026-06-04T08:00:55.9270675Z    Compiling arrayref v0.3.9
2026-06-04T08:00:55.9710617Z    Compiling smol_str v0.1.24
2026-06-04T08:00:56.1760682Z    Compiling constant_time_eq v0.4.2
2026-06-04T08:00:57.0205184Z    Compiling iroh-dns v0.98.0
2026-06-04T08:00:57.5610620Z    Compiling tokio-websockets v0.13.2
2026-06-04T08:00:57.8430816Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-04T08:00:59.5134041Z    Compiling igd-next v0.17.1
2026-06-04T08:01:01.5680700Z    Compiling reqwest v0.13.4
2026-06-04T08:01:02.8028134Z    Compiling lru v0.16.4
2026-06-04T08:01:03.0100921Z    Compiling spt-runtime v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-04T08:01:03.7440549Z    Compiling webpki-roots v1.0.7
2026-06-04T08:01:03.8480904Z    Compiling iroh v0.98.2
2026-06-04T08:01:04.0700877Z    Compiling hmac v0.12.1
2026-06-04T08:01:04.1897236Z    Compiling serde_bytes v0.11.19
2026-06-04T08:01:04.4637744Z    Compiling seize v0.5.1
2026-06-04T08:01:04.8511058Z    Compiling cmov v0.5.4
2026-06-04T08:01:04.8630884Z    Compiling papaya v0.2.4
2026-06-04T08:01:05.1551412Z    Compiling ctutils v0.4.2
2026-06-04T08:01:05.4570595Z    Compiling hkdf v0.12.4
2026-06-04T08:01:05.4860277Z    Compiling portmapper v0.16.0
2026-06-04T08:01:05.5800666Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-04T08:01:07.4830262Z    Compiling backon v1.6.0
2026-06-04T08:01:07.7500634Z    Compiling spake2 v0.4.0
2026-06-04T08:01:08.0900654Z    Compiling sha1 v0.10.6
2026-06-04T08:01:08.3450342Z    Compiling doctest-file v1.1.1
2026-06-04T08:01:08.8235830Z    Compiling interprocess v2.4.2
2026-06-04T08:01:09.6968996Z    Compiling spt-live v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-04T08:01:09.8620405Z    Compiling utf8parse v0.2.2
2026-06-04T08:01:09.9362062Z    Compiling anstyle-parse v1.0.0
2026-06-04T08:01:09.9990402Z    Compiling colorchoice v1.0.5
2026-06-04T08:01:10.0730749Z    Compiling anstyle v1.0.14
2026-06-04T08:01:10.1252557Z    Compiling anstyle-query v1.1.5
2026-06-04T08:01:10.1946089Z    Compiling is_terminal_polyfill v1.70.2
2026-06-04T08:01:10.2495020Z    Compiling clap_lex v1.1.0
2026-06-04T08:01:10.3602552Z    Compiling anstream v1.0.0
2026-06-04T08:01:10.5180708Z    Compiling clap_derive v4.6.1
2026-06-04T08:01:10.7721150Z    Compiling clap_builder v4.6.0
2026-06-04T08:01:12.8418669Z    Compiling mock-adapter v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-04T08:01:14.6010252Z    Compiling clap v4.6.1
2026-06-04T08:01:29.5669281Z    Compiling spt-net v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-04T08:01:31.4692275Z    Compiling spt-daemon v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-04T08:01:39.4639482Z    Compiling spt v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-04T08:01:52.0441111Z     Finished `dev` profile [unoptimized] target(s) in 2m 18s
2026-06-04T08:01:52.1002874Z ##[group]Run cargo test --workspace
2026-06-04T08:01:52.1003395Z [36;1mcargo test --workspace[0m
2026-06-04T08:01:52.1025172Z shell: /usr/bin/bash -e {0}
2026-06-04T08:01:52.1025556Z ##[endgroup]
2026-06-04T08:01:52.5308713Z     Finished `test` profile [unoptimized] target(s) in 0.36s
2026-06-04T08:01:52.5609094Z      Running unittests src/main.rs (target/debug/deps/mock_session-2d800d14bd17df09)
2026-06-04T08:01:52.5624029Z 
2026-06-04T08:01:52.5624387Z running 0 tests
2026-06-04T08:01:52.5626173Z 
2026-06-04T08:01:52.5626766Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T08:01:52.5627371Z 
2026-06-04T08:01:52.5628529Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-871e64e47d5a7661)
2026-06-04T08:01:52.5646202Z 
2026-06-04T08:01:52.5646584Z running 3 tests
2026-06-04T08:01:52.5666812Z test mock_has_no_claude_code_conventions ... ok
2026-06-04T08:01:52.5667524Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-04T08:01:52.5684408Z test mock_manifest_parses_and_validates ... ok
2026-06-04T08:01:52.5684788Z 
2026-06-04T08:01:52.5685211Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T08:01:52.5685789Z 
2026-06-04T08:01:52.5688328Z      Running unittests src/main.rs (target/debug/deps/spt-cde7d93352a35238)
2026-06-04T08:01:52.5707714Z 
2026-06-04T08:01:52.5708085Z running 56 tests
2026-06-04T08:01:52.5722008Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-04T08:01:52.5722805Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-04T08:01:52.5724743Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-04T08:01:52.5725643Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-04T08:01:52.5730930Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-04T08:01:52.5737588Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-04T08:01:52.5743083Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-04T08:01:52.5745570Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-04T08:01:52.5746694Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-04T08:01:52.5747711Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-04T08:01:52.5748789Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-04T08:01:52.5749935Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-04T08:02:01.3331091Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-04T08:02:01.3332503Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-04T08:02:01.3335829Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-04T08:02:01.3336813Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-04T08:02:01.4735038Z test api::reporting::tests::history_log_appends ... ok
2026-06-04T08:02:01.4735930Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-04T08:02:01.4745490Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-04T08:02:01.4937601Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-04T08:02:01.5826557Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-04T08:02:04.0551130Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-04T08:02:04.0709414Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-04T08:02:04.0767435Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-04T08:02:04.0833998Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-04T08:02:04.0890293Z test api::startup::tests::missing_seed_refused ... ok
2026-06-04T08:02:04.0897173Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-04T08:02:04.0909766Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-04T08:02:04.0921427Z test api::tests::adapter_is_required ... ok
2026-06-04T08:02:04.0922076Z test api::tests::state_value_is_validated ... ok
2026-06-04T08:02:04.0950906Z test api::tests::surface_parses ... ok
2026-06-04T08:02:04.0965011Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-04T08:02:04.1028200Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-04T08:02:04.1037295Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-04T08:02:04.1061028Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-04T08:02:04.1065481Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-04T08:02:04.1084720Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-04T08:02:04.1086032Z test cli::tests::access_subcommands_parse ... ok
2026-06-04T08:02:04.1086962Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-04T08:02:04.1089578Z test cli::tests::digest_flag_defaults ... ok
2026-06-04T08:02:04.1091026Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-04T08:02:04.1093825Z test cli::tests::invalid_usage_errors ... ok
2026-06-04T08:02:04.1094599Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-04T08:02:04.1106865Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-04T08:02:04.1117104Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-04T08:02:04.1134882Z test cli::tests::ring_timeout_defaults ... ok
2026-06-04T08:02:04.1136710Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-04T08:02:04.1138015Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-04T08:02:04.1139015Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-04T08:02:04.1141030Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-04T08:02:04.1142176Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-04T08:02:04.1143476Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-04T08:02:04.1144715Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-04T08:02:04.1188615Z test cli::tests::subcommands_parse ... ok
2026-06-04T08:02:04.1754179Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-04T08:02:04.1758217Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-04T08:02:04.1758689Z 
2026-06-04T08:02:04.1759118Z test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.61s
2026-06-04T08:02:04.1759793Z 
2026-06-04T08:02:04.1767403Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-5ee01940e0d89396)
2026-06-04T08:02:04.1783874Z 
2026-06-04T08:02:04.1784180Z running 4 tests
2026-06-04T08:02:04.5595064Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-04T08:02:04.5729670Z SEEDED:532842
2026-06-04T08:02:05.0743434Z test live_agent_lifecycle_e2e ... ok
2026-06-04T08:02:05.1400225Z test mock_adapter_drives_the_full_contract ... ok
2026-06-04T08:02:05.1981737Z SEEDED:532842
2026-06-04T08:02:05.4635085Z test seed_then_listen_binds_and_relays ... ok
2026-06-04T08:02:05.4635493Z 
2026-06-04T08:02:05.4635901Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
2026-06-04T08:02:05.4636468Z 
2026-06-04T08:02:05.4640926Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-913ce81a7026b131)
2026-06-04T08:02:05.4676563Z 
2026-06-04T08:02:05.4676936Z running 93 tests
2026-06-04T08:02:05.4681556Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-04T08:02:05.4683270Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-04T08:02:05.4697473Z test access::tests::gate_decision_table ... ok
2026-06-04T08:02:05.4698157Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-04T08:02:05.4701111Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-04T08:02:05.4714015Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-04T08:02:05.4720187Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-04T08:02:05.4721197Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-04T08:02:05.4723291Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-04T08:02:05.4724423Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-04T08:02:05.4725472Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-04T08:02:05.4729145Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-04T08:02:05.4730429Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-04T08:02:05.4731460Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-04T08:02:05.4732146Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-04T08:02:05.4732882Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-04T08:02:05.4733537Z test config::tests::missing_file_is_default ... ok
2026-06-04T08:02:05.4736464Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-04T08:02:05.4737130Z test config::tests::save_load_roundtrip ... ok
2026-06-04T08:02:05.4737731Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-04T08:02:05.4738411Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-04T08:02:05.4745893Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-04T08:02:05.4755170Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-04T08:02:05.4771733Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-04T08:02:05.4772859Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-04T08:02:05.4783867Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-04T08:02:05.4796429Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-04T08:02:05.4797620Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-04T08:02:05.4816610Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-04T08:02:05.4840039Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-04T08:02:05.4840927Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-04T08:02:05.4841590Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-04T08:02:05.4842227Z test digesthub::tests::render_is_glanceable ... ok
2026-06-04T08:02:05.4842866Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-04T08:02:05.4843643Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-04T08:02:05.4845670Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-04T08:02:05.4923639Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-04T08:02:05.4924424Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-04T08:02:05.4925659Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-04T08:02:05.4926698Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-04T08:02:05.4927592Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-04T08:02:05.4928305Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-04T08:02:05.4929018Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-04T08:02:05.5200029Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-04T08:02:05.5259498Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-04T08:02:05.5518804Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-04T08:02:05.5832773Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-04T08:02:05.6054684Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-04T08:02:05.6296969Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-04T08:02:05.6525010Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-04T08:02:05.7061354Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-04T08:02:05.7063042Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-04T08:02:05.7065542Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-04T08:02:05.7066486Z test msg::tests::output_envelope_round_trips ... ok
2026-06-04T08:02:05.7067723Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-04T08:02:05.7069096Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-04T08:02:05.7276502Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-04T08:02:05.7291024Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-04T08:02:05.7292179Z test reconcile::tests::active_node_wins ... ok
2026-06-04T08:02:05.7293401Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-04T08:02:05.7294541Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-04T08:02:05.7295548Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-04T08:02:05.7595600Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-04T08:02:05.7823090Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-04T08:02:05.7847442Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-04T08:02:05.7854873Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-04T08:02:05.7866084Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-04T08:02:05.7876887Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-04T08:02:05.7887255Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-04T08:02:05.7887920Z test release::tests::hex_roundtrips ... ok
2026-06-04T08:02:05.7913058Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-04T08:02:05.7919260Z test release::tests::revoked_key_is_rejected ... ok
2026-06-04T08:02:05.7929745Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-04T08:02:05.7946362Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-04T08:02:05.7957665Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-04T08:02:05.9329063Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-04T08:02:06.0526777Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-04T08:02:06.1240705Z test relay::tests::run_honors_stop ... ok
2026-06-04T08:02:06.1241660Z test sync::tests::gate_decision_table ... ok
2026-06-04T08:02:06.1301912Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-04T08:02:06.1305188Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-04T08:02:06.1307635Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-04T08:02:06.1308426Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-04T08:02:06.1309536Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-04T08:02:06.1310420Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-04T08:02:06.1311254Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-04T08:02:06.1329416Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-04T08:02:06.1340540Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-04T08:02:06.1362154Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-04T08:02:06.1363324Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-04T08:02:06.1417534Z test seedmap::tests::take_absent_is_none ... ok
2026-06-04T08:02:06.1603037Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-04T08:02:06.3587268Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-04T08:02:06.3587736Z 
2026-06-04T08:02:06.3588560Z test result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.89s
2026-06-04T08:02:06.3589150Z 
2026-06-04T08:02:06.3607389Z      Running tests/access.rs (target/debug/deps/access-aab00fb248724787)
2026-06-04T08:02:06.3643230Z 
2026-06-04T08:02:06.3643651Z running 1 test
2026-06-04T08:02:06.4868316Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-04T08:02:06.4868851Z 
2026-06-04T08:02:06.4869629Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
2026-06-04T08:02:06.4870245Z 
2026-06-04T08:02:06.4893832Z      Running tests/attach.rs (target/debug/deps/attach-2655f6846607eac0)
2026-06-04T08:02:06.4927088Z 
2026-06-04T08:02:06.4927586Z running 3 tests
2026-06-04T08:02:06.5684495Z test attach_registers_remote_drive_detection ... ok
2026-06-04T08:02:06.5793941Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-04T08:02:06.5823440Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-04T08:02:06.5823954Z 
2026-06-04T08:02:06.5824346Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T08:02:06.5824916Z 
2026-06-04T08:02:06.5854216Z      Running tests/brain_swap.rs (target/debug/deps/brain_swap-415fd46d654b720e)
2026-06-04T08:02:06.5872980Z 
2026-06-04T08:02:06.5873363Z running 1 test
2026-06-04T08:02:06.5897487Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-04T08:02:06.5898047Z 
2026-06-04T08:02:06.5898451Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T08:02:06.5899032Z 
2026-06-04T08:02:06.5901295Z      Running tests/broker.rs (target/debug/deps/broker-23fd29b3bf8b0443)
2026-06-04T08:02:06.5920229Z 
2026-06-04T08:02:06.5920603Z running 1 test
2026-06-04T08:02:06.5945785Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-04T08:02:06.5946418Z 
2026-06-04T08:02:06.5947021Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T08:02:06.5947651Z 
2026-06-04T08:02:06.5949951Z      Running tests/daemon_e2e.rs (target/debug/deps/daemon_e2e-6273583e331fb8f7)
2026-06-04T08:02:06.5969054Z 
2026-06-04T08:02:06.5969455Z running 1 test
2026-06-04T08:02:07.2267870Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-04T08:02:07.2268374Z 
2026-06-04T08:02:07.2268773Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
2026-06-04T08:02:07.2269498Z 
2026-06-04T08:02:07.2274569Z      Running tests/digest.rs (target/debug/deps/digest-cb395da5c25443e9)
2026-06-04T08:02:07.2297042Z 
2026-06-04T08:02:07.2297471Z running 1 test
2026-06-04T08:02:07.3187003Z test digest_daemon_half_end_to_end ... ok
2026-06-04T08:02:07.3187476Z 
2026-06-04T08:02:07.3187949Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T08:02:07.3188537Z 
2026-06-04T08:02:07.3188900Z      Running tests/handoff.rs (target/debug/deps/handoff-781047baa2405051)
2026-06-04T08:02:07.3207515Z 
2026-06-04T08:02:07.3207801Z running 1 test
2026-06-04T08:02:07.3263881Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-04T08:02:07.3264408Z 
2026-06-04T08:02:07.3264818Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T08:02:07.3265399Z 
2026-06-04T08:02:07.3269142Z      Running tests/idempotent.rs (target/debug/deps/idempotent-d546cbb5ad783368)
2026-06-04T08:02:07.3286564Z 
2026-06-04T08:02:07.3286906Z running 1 test
2026-06-04T08:02:07.3579084Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-04T08:02:07.3579703Z 
2026-06-04T08:02:07.3580125Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-04T08:02:07.3581203Z 
2026-06-04T08:02:07.3585936Z      Running tests/netbroker.rs (target/debug/deps/netbroker-70de28e4138cb73d)
2026-06-04T08:02:07.3619936Z 
2026-06-04T08:02:07.3620939Z running 5 tests
2026-06-04T08:02:07.3643320Z test netless_broker_probes_gracefully ... ok
2026-06-04T08:02:07.3845246Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-04T08:02:07.3929590Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-04T08:02:07.4102552Z test brain_dials_second_broker_over_loopback ... ok
2026-06-04T08:02:07.4258012Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-04T08:02:07.4258704Z 
2026-06-04T08:02:07.4259404Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-04T08:02:07.4260018Z 
2026-06-04T08:02:07.4285190Z      Running tests/netstream.rs (target/debug/deps/netstream-5288ad3dcaf618d9)
2026-06-04T08:02:07.4318774Z 
2026-06-04T08:02:07.4339923Z running 2 tests
2026-06-04T08:02:07.5415615Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-04T08:02:07.5750055Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-04T08:02:07.5750659Z 
2026-06-04T08:02:07.5751379Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
2026-06-04T08:02:07.5752012Z 
2026-06-04T08:02:07.5769816Z      Running tests/presence.rs (target/debug/deps/presence-4d529433c41a70c2)
2026-06-04T08:02:07.5804882Z 
2026-06-04T08:02:07.5805258Z running 2 tests
2026-06-04T08:02:07.7319037Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-04T08:02:10.6970837Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-04T08:02:10.6971453Z 
2026-06-04T08:02:10.6972019Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.12s
2026-06-04T08:02:10.6972592Z 
2026-06-04T08:02:10.6991430Z      Running tests/propagate.rs (target/debug/deps/propagate-28ff18b59305fd89)
2026-06-04T08:02:10.7026133Z 
2026-06-04T08:02:10.7026620Z running 4 tests
2026-06-04T08:02:12.6755645Z test untrusted_origin_gets_no_offer ... ok
2026-06-04T08:02:12.6763172Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-04T08:02:13.0463317Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-04T08:02:15.9410213Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-04T08:02:15.9410696Z 
2026-06-04T08:02:15.9411090Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.24s
2026-06-04T08:02:15.9411659Z 
2026-06-04T08:02:15.9446066Z      Running tests/replicate.rs (target/debug/deps/replicate-a955512ede97c684)
2026-06-04T08:02:15.9480438Z 
2026-06-04T08:02:15.9481217Z running 1 test
2026-06-04T08:02:20.2935654Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-04T08:02:20.2936202Z 
2026-06-04T08:02:20.2936625Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.35s
2026-06-04T08:02:20.2937229Z 
2026-06-04T08:02:20.2953900Z      Running tests/sync.rs (target/debug/deps/sync-3391fec76e9da833)
2026-06-04T08:02:20.2989646Z 
2026-06-04T08:02:20.2990083Z running 3 tests
2026-06-04T08:02:24.1390107Z test torn_pull_recovers_by_repulling ... FAILED
2026-06-04T08:02:24.1414383Z test concurrent_writes_reconcile_on_elected_node_and_converge ... FAILED
2026-06-04T08:02:27.8587419Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-04T08:02:27.8587897Z 
2026-06-04T08:02:27.8588039Z failures:
2026-06-04T08:02:27.8588208Z 
2026-06-04T08:02:27.8588429Z ---- torn_pull_recovers_by_repulling stdout ----
2026-06-04T08:02:27.8588802Z 
2026-06-04T08:02:27.8589372Z thread 'torn_pull_recovers_by_repulling' (533728) panicked at crates/spt-daemon/tests/sync.rs:109:5:
2026-06-04T08:02:27.8590274Z sync stream never appeared at the responder's broker
2026-06-04T08:02:27.8592931Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-04T08:02:27.8593516Z 
2026-06-04T08:02:27.8593876Z ---- concurrent_writes_reconcile_on_elected_node_and_converge stdout ----
2026-06-04T08:02:27.8594970Z 
2026-06-04T08:02:27.8595799Z thread 'concurrent_writes_reconcile_on_elected_node_and_converge' (533727) panicked at crates/spt-daemon/tests/sync.rs:109:5:
2026-06-04T08:02:27.8596858Z sync stream never appeared at the responder's broker
2026-06-04T08:02:27.8597267Z 
2026-06-04T08:02:27.8597273Z 
2026-06-04T08:02:27.8597415Z failures:
2026-06-04T08:02:27.8597843Z     concurrent_writes_reconcile_on_elected_node_and_converge
2026-06-04T08:02:27.8598426Z     torn_pull_recovers_by_repulling
2026-06-04T08:02:27.8598721Z 
2026-06-04T08:02:27.8599426Z test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.56s
2026-06-04T08:02:27.8600073Z 
2026-06-04T08:02:27.8618707Z error: test failed, to rerun pass `-p spt-daemon --test sync`
2026-06-04T08:02:27.8716886Z ##[error]Process completed with exit code 101.
2026-06-04T08:02:27.8890774Z Post job cleanup.
2026-06-04T08:02:28.0135734Z [command]/usr/bin/git version
2026-06-04T08:02:28.0190104Z git version 2.34.1
2026-06-04T08:02:28.0237013Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/b5f86dcd-4522-4426-adc7-3b93ffa10fce/.gitconfig'
2026-06-04T08:02:28.0261539Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/b5f86dcd-4522-4426-adc7-3b93ffa10fce' before making global git config changes
2026-06-04T08:02:28.0262879Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T08:02:28.0269220Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T08:02:28.0318012Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T08:02:28.0364419Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T08:02:28.0608165Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T08:02:28.0635789Z http.https://github.com/.extraheader
2026-06-04T08:02:28.0650924Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-04T08:02:28.0697024Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T08:02:28.0981214Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T08:02:28.1027096Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T08:02:28.1505560Z Cleaning up orphan processes
